SelectCell(UInt32,String) Method
Selects a cell by row index and column name.

C# Syntax

void SelectCell( 
   uint row,
   string column
)

Parameters

row
The 1-based row index.
column
The name of the column.